func runtime.memclrHasPointers
12 uses
runtime (current package)
map.go#L372: memclrHasPointers(buckets, size)
map.go#L753: memclrHasPointers(k, t.Key.Size_)
map.go#L759: memclrHasPointers(e, t.Elem.Size_)
map.go#L1274: memclrHasPointers(ptr, n)
map_fast32.go#L312: memclrHasPointers(e, t.Elem.Size_)
map_fast32.go#L455: memclrHasPointers(ptr, n)
map_fast64.go#L309: memclrHasPointers(k, 8)
map_fast64.go#L314: memclrHasPointers(e, t.Elem.Size_)
map_fast64.go#L463: memclrHasPointers(ptr, n)
map_faststr.go#L340: memclrHasPointers(e, t.Elem.Size_)
map_faststr.go#L478: memclrHasPointers(ptr, n)
mbarrier.go#L344: func memclrHasPointers(ptr unsafe.Pointer, n uintptr) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |